From 228c208cc3e358cebdd45def7a05c2a0e3e4d8f7 Mon Sep 17 00:00:00 2001 From: "Carol (Nichols || Goulding)" Date: Mon, 30 Oct 2017 11:10:29 -0400 Subject: [PATCH] Revert "Auto merge of #4659 - integer32llc:pin-nightly, r=alexcrichton" This reverts commit 55442e8922ae7ad51545576a4f1326ab131a333a, reversing changes made to 92a3a4efa27900e97a8ccb3c5c9b45f06f439454. --- .travis.yml | 2 +- appveyor.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index e8c14d24a..c2f7ca36c 100644 --- a/.travis.yml +++ b/.travis.yml @@ -24,7 +24,7 @@ matrix: - env: TARGET=x86_64-unknown-linux-gnu ALT=i686-unknown-linux-gnu - rust: nightly-2017-10-10 + rust: nightly install: - mdbook --help || cargo install mdbook --force script: diff --git a/appveyor.yml b/appveyor.yml index 9f97ed754..e64eeb279 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -26,7 +26,7 @@ environment: install: - appveyor-retry appveyor DownloadFile https://win.rustup.rs/ -FileName rustup-init.exe - - rustup-init.exe -y --default-host x86_64-pc-windows-msvc --default-toolchain nightly-2017-10-10 + - rustup-init.exe -y --default-host x86_64-pc-windows-msvc --default-toolchain nightly - set PATH=%PATH%;C:\Users\appveyor\.cargo\bin - rustup target add %OTHER_TARGET% - rustc -V -- 2.30.2